home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / amms20d.lha / amms / mbbatch / com / english / ZConnect_Download.bat < prev    next >
DOS Batch File  |  1995-08-17  |  1KB  |  67 lines

  1. ;
  2. ;    $VER: AMMS ZConnect Download 1.00 [English] / 17-08-1995
  3. ;
  4. ;    Translation by Ingo Heinicke
  5. ;
  6.  
  7. ;
  8. ;    Starttext
  9. ;
  10. STARTTEXT = "^JZCONNECT DOWNLOAD^J-----------------^J"
  11. ;
  12. ;    Statusmessage: Found packed messages
  13. ;
  14. COPYTEXT  = "Found packed messages !^J"
  15. ;
  16. ;    Statusmessage: Collecting new messages
  17. ;
  18. EXPORTTEXT= "Collecting new messages ... "
  19. ;
  20. ;    Statusmessage: Search finished, creating archive
  21. ;
  22. PACKTEXT  = " finished !^J^JCreating archive ..."
  23. ;
  24. ;    Statusmessage: Archive successfully created
  25. ;
  26. PACKENDTEXT= " finished !^J"
  27. ;
  28. ;    Abfrage: Start download ?
  29. ;
  30. MENUTEXT  = "Start download ? Y#left#"
  31. ;
  32. ;    Key for download
  33. ;
  34. KEY_DOWN = "JY^M"
  35. ;
  36. ;    Key for abort
  37. ;
  38. KEY_ABORT = "N"
  39. ;
  40. ;    Statusmessage: Download aborted, try again ?
  41. ;
  42. RETRYTEXT = "^JDownload aborted, try again ? N#left#"
  43. ;
  44. ;    Key for download repetition
  45. ;
  46. KEY_RETRY = "JY"
  47. ;
  48. ;    Key for abort
  49. ;
  50. KEY_OK = "N^M"
  51. ;
  52. ;    Key to mark messages as read
  53. ;
  54. KEY_MARKMSGS = "JY^M"
  55. ;
  56. ;    Key to not mark messages as read
  57. ;
  58. KEY_UNMARK = "N"
  59. ;
  60. ;    Query: Mark received files as read ?
  61. ;
  62. MARKTEXT  = "^JMark received files as read ? Y#left#"
  63. ;
  64. ;    Statusmessage: Command error
  65. ;
  66. ERRORTEXT = "^JCommand error --> Please contact sysop !"
  67.